com.doclinx.jftr
Class RS_STATUS

java.lang.Object
  |
  +--com.doclinx.jftr.RS_STATUS

public final class RS_STATUS
extends java.lang.Object

Class for extended error codes from TeraXML full-text search.


Field Summary
static int RSE_ALLOC_CNT
          Internal error - Memory allocation
static int RSE_ALLOC_CORRUPT
          Internal error - Memory allocation failure code
static int RSE_ALLOC_FAIL
          Internal error - Memory allocation failure code
static int RSE_ALLOC_FREE
          Internal error - Memory allocation failure code
static int RSE_ALLOC_SIZE
          Internal error - Memory allocation failure code
static int RSE_ALREADY_INIT
          Attempt to initialize system twice
static int RSE_ASSERT_FAIL
          Internal error - Assertion failed
static int RSE_BAD_IVA_INDEX
          Deprecated.
static int RSE_BAD_IVA_NAME
          Deprecated.
static int RSE_BAD_PREF
          Error in config.sys file.
static int RSE_BOOL_INIT
          Unable to initailize boolean logic manager
static int RSE_CD_OPEN
          Internal error - unable to open sub-file.
static int RSE_CDSYM_MAXWORD
          Internal error - Max word size exceeded.
static int RSE_CLOSING
          Attempt to access terminating search system.
static int RSE_DATA_CMD
          Deprecated.
static int RSE_DATA_GET
          Deprecated.
static int RSE_DATABASE_FILE
          Error opening database - obsolete or corrupt
static int RSE_DATABASE_HANDLE
          Bad handle to open database
static int RSE_DATABASE_ID
          Error opening database - obsolete or corrupt
static int RSE_FILE_ERR
          Deprecated.
static int RSE_FILEMAP
          Error in .dat file subfile directory
static int RSE_FMT_DRAW
          Deprecated.
static int RSE_FMT_INIT
          Deprecated.
static int RSE_FMT_LINE
          Deprecated.
static int RSE_FOPEN_FAIL
          Deprecated.
static int RSE_GET_HL_NOTFOUND
          Deprecated.
static int RSE_HL_MISMATCH
          Deprecated.
static int RSE_INTERNAL
          Internal error -- Unspecified error
static int RSE_INVALID_FILE
          Deprecated.
static int RSE_INVALID_FOR_RECORD
          Deprecated.
static int RSE_KW_FAIL
          Deprecated
static int RSE_KW_SYNTAX
          Deprecated
static int RSE_LIST_HANDLE
          Illegal parameter to search system call.
static int RSE_LIST_INVALID
          Illegal parameter to search system call.
static int RSE_LIST_TYPE
          Illegal list handle
static int RSE_LIST_VOPEN
          Internal error - unable to open list object.
static int RSE_LOGIC_ERROR
          Internal error -- unspecified.
static int RSE_LRU_FAIL
          Internal error -- buffering system failure.
static int RSE_LRU_FLUSHALL
          Internal error - Specific type of LRU failure
static int RSE_LRU_IOCLASS
          Internal error - Specific type of LRU failure
static int RSE_LRU_IOFAIL
          Internal error - Specific type of LRU failure
static int RSE_LRU_LOADALL
          Internal error - Specific type of LRU failure
static int RSE_LRU_LRGNULL
          Internal error - Specific type of LRU failure
static int RSE_LRU_NULLMEM
          Internal error - Specific type of LRU failure
static int RSE_LRU_POLICY
          Internal error - Specific type of LRU failure
static int RSE_LRU_PREREAD
          Internal error - Specific type of LRU failure
static int RSE_MULTISEARCH_FAILED
          Deprecated.
static int RSE_NO_REFCIT
          Deprecated.
static int RSE_NOT_INITIALIZED
          Search system not initialized
static int RSE_NOUPDATE
          Deprecated.
static int RSE_OK
          NO Error
static int RSE_PARAMETER
          Invalid paramater to search system call.
static int RSE_POS_BUFFEROVFL
          Internal error -- buffer overflow in position.
static int RSE_POSITION
          Illegal parameter to search system call.
static int RSE_POSITION_TYPE
          Illegal parameter to search system call.
static int RSE_SEARCH_FAIL
          Logic error while performing search
static int RSE_SEARCH_STOPWORD
          Stopword encountered in search
static int RSE_SEARCH_TOO_MANY_TERMS
          Wildcard or range search terms exceeds limit
static int RSE_SELECT_POS
          Illegal parameter to search system call.
static int RSE_SELECT_QUERY
          Internal Query failure -- trapped by API
static int RSE_SELECT_TYPE
          Illegal parameter to search system call.
static int RSE_SYM_FAIL
          Symbol lookup failure
static int RSE_TASK_LIMIT
          Deprecated.
static int RSE_TEMP_ALLOC
          Deprecated.
static int RSE_TREE_GET
          Deprecated.
static int RSE_UNHANDLED_EXCEPTION
          Unexpected Java exception in search system.
static int RSE_UNPACK_FAIL
          Internal error - boolean logic error
static int RSE_USER_TRUNC
          Deprecated.
static int RSE_VMEM_ALLOC
          Deprecated
static int RSE_VMEM_FAIL
          Deprecated
static int RSE_VOLUME_NAME
          Deprecated.
static int RSE_WS_ABORT
          Search interrupted -- trapped by API
static int RSE_WS_ACTIVATE
          Internal error - boolean logic error
static int RSE_WSBAK_FAIL
          Internal error - boolean logic error
static int RSE_WSLOAD_INVALID
          Deprecated.
 
Constructor Summary
RS_STATUS()
           
 
Method Summary
static java.lang.String explain(int iStatus)
           
static java.lang.String explain(int iStatus, boolean bLong)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RSE_OK

public static final int RSE_OK
NO Error

See Also:
Constant Field Values

RSE_NOT_INITIALIZED

public static final int RSE_NOT_INITIALIZED
Search system not initialized

See Also:
Constant Field Values

RSE_ALREADY_INIT

public static final int RSE_ALREADY_INIT
Attempt to initialize system twice

See Also:
Constant Field Values

RSE_FILEMAP

public static final int RSE_FILEMAP
Error in .dat file subfile directory

See Also:
Constant Field Values

RSE_DATABASE_FILE

public static final int RSE_DATABASE_FILE
Error opening database - obsolete or corrupt

See Also:
Constant Field Values

RSE_DATABASE_ID

public static final int RSE_DATABASE_ID
Error opening database - obsolete or corrupt

See Also:
Constant Field Values

RSE_DATABASE_HANDLE

public static final int RSE_DATABASE_HANDLE
Bad handle to open database

See Also:
Constant Field Values

RSE_PARAMETER

public static final int RSE_PARAMETER
Invalid paramater to search system call.

See Also:
Constant Field Values

RSE_LRU_FAIL

public static final int RSE_LRU_FAIL
Internal error -- buffering system failure.

See Also:
Constant Field Values

RSE_KW_FAIL

public static final int RSE_KW_FAIL
Deprecated

See Also:
Constant Field Values

RSE_KW_SYNTAX

public static final int RSE_KW_SYNTAX
Deprecated

See Also:
Constant Field Values

RSE_VMEM_FAIL

public static final int RSE_VMEM_FAIL
Deprecated

See Also:
Constant Field Values

RSE_VMEM_ALLOC

public static final int RSE_VMEM_ALLOC
Deprecated

See Also:
Constant Field Values

RSE_BOOL_INIT

public static final int RSE_BOOL_INIT
Unable to initailize boolean logic manager

See Also:
Constant Field Values

RSE_SYM_FAIL

public static final int RSE_SYM_FAIL
Symbol lookup failure

See Also:
Constant Field Values

RSE_BAD_PREF

public static final int RSE_BAD_PREF
Error in config.sys file.

See Also:
Constant Field Values

RSE_INTERNAL

public static final int RSE_INTERNAL
Internal error -- Unspecified error

See Also:
Constant Field Values

RSE_LIST_TYPE

public static final int RSE_LIST_TYPE
Illegal list handle

See Also:
Constant Field Values

RSE_LIST_VOPEN

public static final int RSE_LIST_VOPEN
Internal error - unable to open list object.

See Also:
Constant Field Values

RSE_CD_OPEN

public static final int RSE_CD_OPEN
Internal error - unable to open sub-file.

See Also:
Constant Field Values

RSE_SELECT_TYPE

public static final int RSE_SELECT_TYPE
Illegal parameter to search system call.

See Also:
Constant Field Values

RSE_SELECT_POS

public static final int RSE_SELECT_POS
Illegal parameter to search system call.

See Also:
Constant Field Values

RSE_LIST_HANDLE

public static final int RSE_LIST_HANDLE
Illegal parameter to search system call.

See Also:
Constant Field Values

RSE_LIST_INVALID

public static final int RSE_LIST_INVALID
Illegal parameter to search system call.

See Also:
Constant Field Values

RSE_POSITION_TYPE

public static final int RSE_POSITION_TYPE
Illegal parameter to search system call.

See Also:
Constant Field Values

RSE_POSITION

public static final int RSE_POSITION
Illegal parameter to search system call.

See Also:
Constant Field Values

RSE_POS_BUFFEROVFL

public static final int RSE_POS_BUFFEROVFL
Internal error -- buffer overflow in position.

See Also:
Constant Field Values

RSE_DATA_CMD

public static final int RSE_DATA_CMD
Deprecated.

See Also:
Constant Field Values

RSE_SELECT_QUERY

public static final int RSE_SELECT_QUERY
Internal Query failure -- trapped by API

See Also:
Constant Field Values

RSE_SEARCH_FAIL

public static final int RSE_SEARCH_FAIL
Logic error while performing search

See Also:
Constant Field Values

RSE_WS_ACTIVATE

public static final int RSE_WS_ACTIVATE
Internal error - boolean logic error

See Also:
Constant Field Values

RSE_DATA_GET

public static final int RSE_DATA_GET
Deprecated.

See Also:
Constant Field Values

RSE_FMT_DRAW

public static final int RSE_FMT_DRAW
Deprecated.

See Also:
Constant Field Values

RSE_TEMP_ALLOC

public static final int RSE_TEMP_ALLOC
Deprecated.

See Also:
Constant Field Values

RSE_GET_HL_NOTFOUND

public static final int RSE_GET_HL_NOTFOUND
Deprecated.

See Also:
Constant Field Values

RSE_TREE_GET

public static final int RSE_TREE_GET
Deprecated.

See Also:
Constant Field Values

RSE_FMT_INIT

public static final int RSE_FMT_INIT
Deprecated.

See Also:
Constant Field Values

RSE_FMT_LINE

public static final int RSE_FMT_LINE
Deprecated.

See Also:
Constant Field Values

RSE_USER_TRUNC

public static final int RSE_USER_TRUNC
Deprecated.

See Also:
Constant Field Values

RSE_FILE_ERR

public static final int RSE_FILE_ERR
Deprecated.

See Also:
Constant Field Values

RSE_WSLOAD_INVALID

public static final int RSE_WSLOAD_INVALID
Deprecated.

See Also:
Constant Field Values

RSE_WSBAK_FAIL

public static final int RSE_WSBAK_FAIL
Internal error - boolean logic error

See Also:
Constant Field Values

RSE_UNPACK_FAIL

public static final int RSE_UNPACK_FAIL
Internal error - boolean logic error

See Also:
Constant Field Values

RSE_FOPEN_FAIL

public static final int RSE_FOPEN_FAIL
Deprecated.

See Also:
Constant Field Values

RSE_INVALID_FILE

public static final int RSE_INVALID_FILE
Deprecated.

See Also:
Constant Field Values

RSE_HL_MISMATCH

public static final int RSE_HL_MISMATCH
Deprecated.

See Also:
Constant Field Values

RSE_BAD_IVA_INDEX

public static final int RSE_BAD_IVA_INDEX
Deprecated.

See Also:
Constant Field Values

RSE_BAD_IVA_NAME

public static final int RSE_BAD_IVA_NAME
Deprecated.

See Also:
Constant Field Values

RSE_VOLUME_NAME

public static final int RSE_VOLUME_NAME
Deprecated.

See Also:
Constant Field Values

RSE_NO_REFCIT

public static final int RSE_NO_REFCIT
Deprecated.

See Also:
Constant Field Values

RSE_ASSERT_FAIL

public static final int RSE_ASSERT_FAIL
Internal error - Assertion failed

See Also:
Constant Field Values

RSE_WS_ABORT

public static final int RSE_WS_ABORT
Search interrupted -- trapped by API

See Also:
Constant Field Values

RSE_NOUPDATE

public static final int RSE_NOUPDATE
Deprecated.

See Also:
Constant Field Values

RSE_ALLOC_CNT

public static final int RSE_ALLOC_CNT
Internal error - Memory allocation

See Also:
Constant Field Values

RSE_TASK_LIMIT

public static final int RSE_TASK_LIMIT
Deprecated.

See Also:
Constant Field Values

RSE_INVALID_FOR_RECORD

public static final int RSE_INVALID_FOR_RECORD
Deprecated.

See Also:
Constant Field Values

RSE_SEARCH_TOO_MANY_TERMS

public static final int RSE_SEARCH_TOO_MANY_TERMS
Wildcard or range search terms exceeds limit

See Also:
Constant Field Values

RSE_SEARCH_STOPWORD

public static final int RSE_SEARCH_STOPWORD
Stopword encountered in search

See Also:
Constant Field Values

RSE_UNHANDLED_EXCEPTION

public static final int RSE_UNHANDLED_EXCEPTION
Unexpected Java exception in search system.

See Also:
Constant Field Values

RSE_MULTISEARCH_FAILED

public static final int RSE_MULTISEARCH_FAILED
Deprecated.

See Also:
Constant Field Values

RSE_CLOSING

public static final int RSE_CLOSING
Attempt to access terminating search system.

See Also:
Constant Field Values

RSE_LOGIC_ERROR

public static final int RSE_LOGIC_ERROR
Internal error -- unspecified.

See Also:
Constant Field Values

RSE_LRU_LRGNULL

public static final int RSE_LRU_LRGNULL
Internal error - Specific type of LRU failure

See Also:
Constant Field Values

RSE_LRU_FLUSHALL

public static final int RSE_LRU_FLUSHALL
Internal error - Specific type of LRU failure

See Also:
Constant Field Values

RSE_LRU_LOADALL

public static final int RSE_LRU_LOADALL
Internal error - Specific type of LRU failure

See Also:
Constant Field Values

RSE_LRU_IOCLASS

public static final int RSE_LRU_IOCLASS
Internal error - Specific type of LRU failure

See Also:
Constant Field Values

RSE_LRU_PREREAD

public static final int RSE_LRU_PREREAD
Internal error - Specific type of LRU failure

See Also:
Constant Field Values

RSE_LRU_POLICY

public static final int RSE_LRU_POLICY
Internal error - Specific type of LRU failure

See Also:
Constant Field Values

RSE_LRU_NULLMEM

public static final int RSE_LRU_NULLMEM
Internal error - Specific type of LRU failure

See Also:
Constant Field Values

RSE_LRU_IOFAIL

public static final int RSE_LRU_IOFAIL
Internal error - Specific type of LRU failure

See Also:
Constant Field Values

RSE_CDSYM_MAXWORD

public static final int RSE_CDSYM_MAXWORD
Internal error - Max word size exceeded.

See Also:
Constant Field Values

RSE_ALLOC_FAIL

public static final int RSE_ALLOC_FAIL
Internal error - Memory allocation failure code

See Also:
Constant Field Values

RSE_ALLOC_SIZE

public static final int RSE_ALLOC_SIZE
Internal error - Memory allocation failure code

See Also:
Constant Field Values

RSE_ALLOC_FREE

public static final int RSE_ALLOC_FREE
Internal error - Memory allocation failure code

See Also:
Constant Field Values

RSE_ALLOC_CORRUPT

public static final int RSE_ALLOC_CORRUPT
Internal error - Memory allocation failure code

See Also:
Constant Field Values
Constructor Detail

RS_STATUS

public RS_STATUS()
Method Detail

explain

public static java.lang.String explain(int iStatus)

explain

public static java.lang.String explain(int iStatus,
                                       boolean bLong)